Can't see like plugin iframe on (at least) some browsers [migrated]
Posted
by
MEM
on Pro Webmasters
See other posts from Pro Webmasters
or by MEM
Published on 2013-08-02T08:04:08Z
Indexed on
2013/08/02
16:05 UTC
Read the original article
Hit count: 271
Not sure why. I grabbed the code from: http://developers.facebook.com/docs/reference/plugins/like/
And as stated there, we can read:
"href - the URL to like. The XFBML version defaults to the current page. Note: After July 2013 migration, href should be an absolute URL"
So I did.
<body>
<div>
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fprojectokairos&width=100&height=21&colorscheme=light&layout=button_count&action=like&show_faces=false&send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
</div>
</body>
Could this be related with the fact that the page is unpublished? I hope not because I do need to place the button here and there on several pages before the FB page goes live.
© Pro Webmasters or respective owner